bitkeeper revision 1.1227 (42179b08SzTlAiKTeTL94ij1uugTCw)
authormaf46@burn.cl.cam.ac.uk <maf46@burn.cl.cam.ac.uk>
Sat, 19 Feb 2005 20:01:12 +0000 (20:01 +0000)
committermaf46@burn.cl.cam.ac.uk <maf46@burn.cl.cam.ac.uk>
Sat, 19 Feb 2005 20:01:12 +0000 (20:01 +0000)
Merge burn.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into burn.cl.cam.ac.uk:/local/scratch-1/maf46/xen-unstable.bk

1  2 
BitKeeper/etc/logging_ok
xen/arch/x86/vmx.c
xen/drivers/char/console.c
xen/include/xen/lib.h

Simple merge
index b53708fb52c9539a23e8456594fc6b1fd16faf06,1e52eeda4451c69905b9876165f6dd5087b035a7..db5e5140dafb4237c114374348d7eea2410a3da3
@@@ -805,11 -819,9 +815,12 @@@ asmlinkage void vmx_vmexit_handler(stru
              }
              break;
          }
 +        case TRAP_nmi:
 +            do_nmi(&regs, 0);
 +            break;
          default:
-             __vmx_bug(&regs);
+             printk("unexpected VMexit for exception vector 0x%x\n", vector);
+             //__vmx_bug(&regs);
              break;
          }
          break;
index a26f9d7121f7c698640ba830a04119858cdb1c4a,aa487cceae89adc112d5f0b5c1938f466b681737..313d3baf505c7472eaa023923b4136304ace4501
@@@ -596,9 -631,6 +631,7 @@@ void panic(const char *fmt, ...
      __putstr("Reboot in five seconds...\n");
      spin_unlock_irqrestore(&console_lock, flags);
  
-     debugtrace_dump();
 +    watchdog_on = 0;
      mdelay(5000);
      machine_restart(0);
  }
Simple merge